projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d6eced
)
Remove bit accidentally left over from the merge
author
Tom Tromey
<tromey@redhat.com>
Mon, 17 Dec 2012 15:48:33 +0000
(08:48 -0700)
committer
Tom Tromey
<tromey@redhat.com>
Mon, 17 Dec 2012 15:48:33 +0000
(08:48 -0700)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 7f647d44a93877d5ca725fbfdf82298a192982c9..788c917634920f79f3fbeef635c02dfc68713d46 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-6337,10
+6337,6
@@
handle_child_signal (int sig)
/* clear_desc_flag avoids a compiler bug in Microsoft C. */
if (clear_desc_flag)
delete_read_fd (p->infd);
- {
- FD_CLR (p->infd, &input_wait_mask);
- FD_CLR (p->infd, &non_keyboard_wait_mask);
- }
}
}
}